Skip to main content

MarkSettings

The MarkSettings class represents the settings for marking content in form controls, including character, position, and style.

Properties

NameDescription
StyleThe style applied to the mark.
PositionThe position of the mark relative to the content.
CharThe character used for marking content.

Constructors

NameDescription
MarkSettings()Initializes a new instance of the MarkSettings class with default values.

Methods

NameDescription
GetDifferences(otherObj)Compares the current instance with another mark settings and returns the differences.